From 505d158d8774cbd13fac1d183d6f5ef8506e1472 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 12 Sep 2016 21:29:09 -0700 Subject: [PATCH] CentralIdLookup: Fix documentation of self::$instances Change-Id: I9fd86c174832e130647e74f4fdeb9fdc7c90702e --- includes/user/CentralIdLookup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/user/CentralIdLookup.php b/includes/user/CentralIdLookup.php index f67a8d81a1..2ced6e2516 100644 --- a/includes/user/CentralIdLookup.php +++ b/includes/user/CentralIdLookup.php @@ -31,7 +31,7 @@ abstract class CentralIdLookup implements IDBAccessObject { const AUDIENCE_PUBLIC = 1; const AUDIENCE_RAW = 2; - /** @var CentralIdLookup[][] */ + /** @var CentralIdLookup[] */ private static $instances = []; /** @var string */ -- 2.20.1